public function getClientByName($clientname)
 {
     return Client::find_by_clientname($clientname);
 }