public static Instance GetById(int Id)
 {
     return(repository.GetById(Id));
 }