public List <Mesaj> GetByAlıcı(int id)
 {
     return(_mesaj.GetByAlici(id));
 }