public static SqlDataReader getmenubycategory(string categorytype)
 {
     return(AnkapurRepository.getmenubycategory(categorytype));
 }