public static employee_info Insert(employee_info obj)
 {
     return(repository.Insert(obj));
 }